07. Quiz: What Is Time.deltaTime?
What Is Time DeltaTime?
What Is Time DeltaTime?
SOLUTION:
- The amount of time it took to render the previous frame
- A value that can be multiplied to produce smooth rates of change over time
Recommended Reading
- Unity Scripting API: Time.deltaTime
- Unity Scripting API: Time.time